home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / frasrc19.zip / BCFRACT.BAT < prev    next >
DOS Batch File  |  1995-03-04  |  168b  |  7 lines

  1. @echo off
  2. echo Compiling Fractint with Borland C
  3. echo .
  4. make -fbcfract.mak fractint.exe > bcfract.log
  5. echo Done! Check bcfract.log below:
  6. type bcfract.log | more
  7.